home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / scn / p08boxf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  233 b   |  17 lines

  1. #ifndef    _SCN_P08BOXF_H
  2. #define    _SCN_P08BOXF_H
  3.  
  4. #ifndef    _SISCN_H
  5. #    include    <siscn.h>
  6. #endif
  7.  
  8. typedef struct
  9. {
  10.     int        x1, y1, x2, y2;
  11.     int        col;
  12. } P08BOXF_PARA_T;
  13.  
  14. extern void        HS08_boxf( P08BOXF_PARA_T *para );
  15.  
  16. #endif
  17.